.izl-rmenu {
	position: fixed;
	left: 50%;
	margin-left: 620px;
	bottom: 10px;
	padding-bottom: 120px;
	z-index: 999;
}

.izl-rmenu .btn {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
}

.izl-rmenu .btn-wx {
	background: url(../images/2020/codeIcon.png) 0px 0px no-repeat #ddd;
}

.izl-rmenu .btn-wx:hover {
	background-color: #ccc;
}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -250px;
	top: -100px;
	display: none;
	width: 250px;
	height: 149px;
}

.izl-rmenu .btn-top {
	background: url(../images/2020/topIcon.png) no-repeat 0px 0px #ddd;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #ccc;
}
